home *** CD-ROM | disk | FTP | other *** search
/ TPUG - Toronto PET Users Group / TPUG Users Group CD / TPUG Users Group CD.iso / MSDOS / (m)aac / NYWHELP.2 < prev    next >
Text File  |  1986-08-02  |  2KB  |  46 lines

  1.                             BLOCK COMMANDS
  2.  
  3. There are ten "pick buffers" which you can use to save text  when  you
  4. are  cutting  and  pasting  text.  The  default buffer is number 0. To
  5. change the number of the  current  pick  buffer,  use  the  <CHG  PICK
  6. BUFFER> command. 
  7.  
  8. <PICK+CLEAR>  clears  the  current pick buffer, and places the current
  9. line in the buffer. The line is then deleted from the file. 
  10.  
  11. <PICK+APPEND> appends the current line to the current pick buffer. The
  12. current line is then deleted from the file. 
  13.  
  14. <COPY> does the same as <PICK+CLEAR> except the current  line  is  NOT
  15. deleted from the file.
  16.  
  17.     All  three  of  the above commands may take an optional count (for
  18. example, <ESCAPE> 3 <PICK+CLEAR> will pick and delete the  next  three
  19. lines). There are ten pick buffers, numbered 0 through 9. Buffer 9 has
  20. a  special  use,  in  that  it  stores  lines and blocks that you have
  21. deleted with either the <DELETE  LINE>  command,  or  a  delete  block
  22. operation.  The  <UNDO>  command  looks  in  buffer  9 for lines to be
  23. reinstated. Buffer 0 is the default buffer.
  24.  
  25. <MARK> defines a block of text to perform an  operation  on.  Move  to
  26. start  of  the block and press <MARK> - a grey rectangle will be shown
  27. where you marked the text. Then move to the end of the block and press
  28. <MARK> again. The entire block will be highlighted. You  are  prompted
  29. for  the operation to perform on the block. The current operations are
  30. pick & clear, pick & append, copy, delete, write to a file, change the
  31. case, or change the format block associated with those lines.  If  you
  32. want to abort the operation, press <CTRL> D.
  33.  
  34. <RECT  MARK>  is  like  the  <MARK>  operation,  except  it  defines a
  35. rectangular block. This is useful for manipulating columns.
  36.  
  37. <SEARCH & MARK> allows you to define a block from the cursor  position
  38. up to and including a certain character. To mark off a sentence, press
  39. '.'  (or  the  ending punctuation character). To mark off a paragraph,
  40. press <RETURN>. To abort the operation, press <CTRL> D.
  41.  
  42. <PUT> allows you to take the contents of any one of  the  ten  buffers
  43. and place it in your text. You are asked if you  want  to  insert  the
  44. text  above the cursor, insert the text to the right of the cursor, or
  45. overlay the text at the cursor position (only  if  you  used  a  <RECT
  46. MARK> to extract a column).